home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 5 (Internal Edition)
/
Apple R&P Lib Internal v5.0.iso
/
6-Developer Demos
/
Developer Demos-Ed.
/
Macintosh School® CD-ROM Demo
/
Macintosh SchoolÆ CD-ROM Demo
/
card_21656.txt
< prev
next >
Wrap
Text File
|
1990-08-14
|
12KB
|
501 lines
-- card: 21656 from stack: in
-- bmap block id: 21905
-- flags: 4000
-- background id: 20347
-- name: SD Misc
-- part 4 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=394 top=91 right=106 bottom=499
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Normal program
-- part 5 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=394 top=106 right=121 bottom=499
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Special program
-- part 6 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=394 top=121 right=136 bottom=499
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Counselor
-- part 7 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=394 top=136 right=151 bottom=499
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Ethnic Category
-- part 8 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=394 top=151 right=166 bottom=499
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Home Language
-- part 9 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=394 top=166 right=181 bottom=499
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Lunch Status
-- part 11 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=275 top=91 right=105 bottom=385
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Normal program
----- HyperTalk script -----
on mouseDown
global checkLoc3
get the rect of me
put item 1 of it + 111 into horz
put item 2 of it into vert
put "NA ,Academic," into menuList
put "Commercial,Industrial" after menuList
put PopUpMenu(menuList,vert,horz,checkLoc3) into temp
if temp > 0 then
put item temp of menuList into card field "Normal program"
put temp into checkLoc3
end if
end mouseDown
-- part 12 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=275 top=106 right=120 bottom=385
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Special program
----- HyperTalk script -----
on mouseDown
global checkLoc4
get the rect of me
put item 1 of it + 111 into horz
put item 2 of it into vert
put "NA ,ESL,Learning Dis…,Voc Ed." into menuList
put PopUpMenu(menuList,vert,horz,checkLoc4) into temp
if temp > 0 then
put item temp of menuList into card field "Special program"
put temp into checkLoc4
end if
end mouseDown
-- part 13 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=275 top=121 right=135 bottom=385
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Counselor
----- HyperTalk script -----
on mouseDown
global checkLoc5
get the rect of me
put item 1 of it + 111 into horz
put item 2 of it into vert
put "NA,Bob Dean,Den Domoney," into menuList
put "Heinrich Doctor,James Arness,John Harrison," after menuList
put "Peter Mann,Tich A Cavin,Yan Duchesne" after menuList
put PopUpMenu(menuList,vert,horz,checkLoc5) into temp
if temp > 0 then
put item temp of menuList into card field "Counselor"
put temp into checkLoc5
end if
end mouseDown
-- part 14 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=275 top=136 right=150 bottom=385
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Ethnic Category
----- HyperTalk script -----
on mouseDown
global checkLoc6
get the rect of me
put item 1 of it + 111 into horz
put item 2 of it into vert
put "NA ,American,Canadian," into menuList
put "Chinese,French,Greek,Hatian,Japanese,Korean," after menuList
put "Mexican,Native Indian,Spanish,Ukranian" after menuList
put PopUpMenu(menuList,vert,horz,checkLoc6) into temp
if temp > 0 then
put item temp of menuList into card field "Ethnic Category"
put temp into checkLoc6
end if
end mouseDown
-- part 15 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=275 top=151 right=165 bottom=385
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Home Language
----- HyperTalk script -----
on mouseDown
global checkLoc7
get the rect of me
put item 1 of it + 111 into horz
put item 2 of it into vert
put "NA ,Chinese,English,French," into menuList
put "German,Hatian,Japanese,Russian,Spanish,>>6-622" after menuList
put PopUpMenu(menuList,vert,horz,checkLoc7) into temp
if temp > 0 then
put item temp of menuList into card field "Home Language"
put temp into checkLoc7
end if
end mouseDown
-- part 16 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=275 top=166 right=180 bottom=385
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Lunch Status
----- HyperTalk script -----
on mouseDown
global checkLoc8
get the rect of me
put item 1 of it + 111 into horz
put item 2 of it into vert
put "NA ,Free,Full Price," into menuList
put "Half Price,Reduced Price,Salt Free,Special Diet" after menuList
put PopUpMenu(menuList,vert,horz,checkLoc8) into temp
if temp > 0 then
put item temp of menuList into card field "Lunch status"
put temp into checkLoc8
end if
end mouseDown
-- part 17 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=19 top=93 right=107 bottom=33
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Group One
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part 18 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=19 top=106 right=120 bottom=33
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Group Two
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part 19 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=19 top=119 right=133 bottom=33
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Group Three
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part 20 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=19 top=132 right=146 bottom=33
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Group Four
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part 21 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=19 top=145 right=159 bottom=33
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Group Five
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part 22 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=19 top=158 right=172 bottom=33
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Group Six
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part 23 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=19 top=171 right=185 bottom=33
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Group Seven
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part 24 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=19 top=184 right=198 bottom=33
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Group Eight
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part 25 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=19 top=197 right=211 bottom=33
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Group Nine
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part 26 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=19 top=210 right=224 bottom=33
-- title width / last selected line: 0
-- icon id / first selected line: 5064 / 5064
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Group Ten
----- HyperTalk script -----
on mouseUp
if icon of me is "5065" then
set icon of me to "Md Unchecked Box"
else set icon of me to "Md Checked Box"
end mouseUp
-- part contents for card part 6
----- text -----
NA
-- part contents for card part 7
----- text -----
NA
-- part contents for card part 8
----- text -----
NA
-- part contents for card part 9
----- text -----
NA
-- part contents for card part 4
----- text -----
NA
-- part contents for card part 5
----- text -----
NA
-- part contents for background part 13
----- text -----
Richter, Robert Charlie
-- part contents for background part 14
----- text -----
12
-- part contents for background part 15
----- text -----
102